翻訳と辞書
Words near each other
・ E (Adrian Belew album)
・ E (band)
・ E (Big Bang album)
・ E (complexity)
・ E (Cyrillic)
・ E (disambiguation)
・ E (Epik High album)
・ E (film)
・ E (kana)
・ E (mathematical constant)
・ E (Mrs) v Eve
・ E (musical note)
・ E (New York City Subway service)
・ E (novel)
・ E (PC DOS)
E (programming language)
・ E (S-train)
・ E (state)
・ E (surname)
・ E (text editor)
・ E (verification language)
・ E (video)
・ E 102nd Ave MAX Station
・ E 11 road (United Arab Emirates)
・ E 122nd Ave MAX Station
・ E 14 (Norway)
・ E 148th Ave MAX Station
・ E 162nd Ave MAX Station
・ E 172nd Ave MAX Station
・ E 181st Ave MAX Station


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

E (programming language) : ウィキペディア英語版
E (programming language)

E is an object-oriented programming language for secure distributed computing, created by Mark S. Miller, Dan Bornstein, and others at Electric Communities in 1997. E is mainly descended from the concurrent language Joule and from Original-E, a set of extensions to Java for secure distributed programming. E combines message-based computation with Java-like syntax. A concurrency model based on event loops and promises ensures that deadlock can never occur.
==Philosophy==

The entire language is designed with secure computing in mind; this is accomplished chiefly by strict adherence to the object-oriented computing model, which in its pure form has properties that support secure computing. The E language and its standard library employ a capability-based design philosophy throughout in order to help programmers build secure software and to enable software components to co-operate even if they don't fully trust each other. In E, object references serve as capabilities, hence capabilities add no computational or conceptual overhead costs. The language syntax is designed to be easy for people to audit for security flaws. For example, lexical scoping limits the amount of code that has to be examined for its effects on a given variable. As another example, the language uses the == operator for comparison and the := operator for assignment; to avoid the possibility of confusion, there is no = operator.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「E (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.